home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / duh13.zip / DUH.DOC < prev    next >
Text File  |  1989-05-01  |  1KB  |  42 lines

  1. DUH Command                             Version 1.3
  2. -----------                             May 1, 1989
  3.  
  4. Function:  DUH deletes files that also exist in  ARC,  ZIP,
  5.        PAK,  LZH  and  most self-extracting EXE archive
  6.        files.  It is a common practice to extract files
  7.        in the same directory and end up with two copies
  8.        of things.  By using DUH, you can get rid of the
  9.        extracted files.
  10.  
  11.  
  12. Usage:       DUH    [d:\path\filespec]  [/O]  [/N]
  13.  
  14.  
  15. Remarks:   The program uses  FV  to get a directory listing of
  16.        all archive files in the current directory. It then
  17.        compares the file names and datestamps to the files
  18.        in  the  directory specified  by  d:\path\filespec.
  19.        The default is all files, include archive files.
  20.  
  21.        When the program finishes,  you have  a file called
  22.        DELINF.BAT.    It contains one ERASE command for each
  23.        duplicate  file;  followed  by  a  'del delinf.bat'
  24.        command to get rid of the  BAT  file.  You can edit
  25.        the    BAT  file to be more selective about the files
  26.        that are deleted.  Then, run DELINF to delete those
  27.        files.
  28.  
  29.        Specify /O to delete older files.
  30.  
  31.        Specify /N to delete files of the same name regardless
  32.        of the date stamps.
  33.  
  34. Notes:       DUH was written in Quick Basic 3 (I was in a hurry) and
  35.        should run on all MS DOS version 2, or later, systems.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.        DUH Copyright (c) Vernon D. Buerg 1988-89. ALL  RIGHTS RESERVED.
  42.